home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <title>Output</title>
- </head>
- <body>
- <table>
- <tr>
- <!--- Not needed anymore. using single quotes.
- <cfset newhtml = #Replace(TextHTMLHField, '<A HREF=', '<A HREF="', 'ALL')# >
- <cfset newhtml2 = #Replace(newhtml, 'HREFEND>', '">', 'ALL')# >
- For Hyperlinks to work properly I need to write some code to fix the string
- In Cold Fusion it I would this, need to do for ASP
- --->
- <td><font face="verdana, arial, helvetica" size="2"><%Response.write(Request.Form("TextHTMLHField")) %></font> </td>
- </tr> <!--- This would be a good place to write TextHTMLField to database --->
- <tr>
- <td><hr></td>
- </tr>
- <tr>
- <td><font face="verdana, arial, helvetica" size="3">Click <a href="demo.asp">here</a> to Return back to the Editor</font></td>
- </tr>
- </table>
- </body>
- </html>
-